Fix key themes for GtkEntry -> entry
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 14:07:18 +0000 (10:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 14:19:00 +0000 (10:19 -0400)
This was pointed out in

https://bugzilla.gnome.org/show_bug.cgi?id=757252

gtk/gtk-keys.css.emacs
gtk/gtk-keys.css.mac

index 3c1cd875936739b5f7a02277b4fcdc38e41eaaba..8da7bcf25a4610dc1e23595e894cd867a2dd512c 100644 (file)
   bind "<ctrl>b" { "move-current" (parent) };
 }
 
-GtkEntry {
+entry {
   gtk-key-bindings: gtk-emacs-text-entry;
 }
 
index 15ba6e8f65ec77a30651dd807657a72b44c34e7a..56e3ac53b0d0909c10030c1c12ce2809e3892857 100644 (file)
@@ -188,11 +188,11 @@ GtkTextView {
   gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-text-view;
 }
 
-GtkEntry {
+entry {
   gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-entry;
 }
 
-GtkLabel {
+label {
   gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
 }